home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / database / 32psro20.zip / _SETUP.1 / REO32S.EXE / 0 / RCDATA / TCALCDLG / TCALCDLG.txt
Text File  |  1997-05-14  |  13KB  |  427 lines

  1. object CalcDlg: TCalcDlg
  2.   Left = 284
  3.   Top = 93
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Calculator'
  7.   ClientHeight = 176
  8.   ClientWidth = 115
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   PixelsPerInch = 96
  15.   OnKeyPress = FormKeyPress
  16.   OnPaint = FormPaint
  17.   TextHeight = 16
  18.   object B_C: TButton
  19.     Tag = 67
  20.     Left = 6
  21.     Top = 6
  22.     Width = 25
  23.     Height = 25
  24.     Hint = 'Clear'
  25.     Caption = 'C'
  26.     ParentShowHint = False
  27.     ShowHint = True
  28.     TabOrder = 0
  29.     TabStop = False
  30.     OnClick = ButtonClick
  31.     OnMouseUp = ButtonUp
  32.   end
  33.   object B_Del: TButton
  34.     Tag = 8
  35.     Left = 32
  36.     Top = 6
  37.     Width = 25
  38.     Height = 25
  39.     Hint = 'Backspace'
  40.     Caption = '<-'
  41.     ParentShowHint = False
  42.     ShowHint = True
  43.     TabOrder = 1
  44.     TabStop = False
  45.     OnClick = ButtonClick
  46.     OnMouseUp = ButtonUp
  47.   end
  48.   object B_Sign: TButton
  49.     Tag = 95
  50.     Left = 58
  51.     Top = 6
  52.     Width = 25
  53.     Height = 25
  54.     Hint = 'Switch Sign'
  55.     Caption = '+/-'
  56.     ParentShowHint = False
  57.     ShowHint = True
  58.     TabOrder = 2
  59.     TabStop = False
  60.     OnClick = ButtonClick
  61.     OnMouseUp = ButtonUp
  62.   end
  63.   object B_Div: TButton
  64.     Tag = 47
  65.     Left = 84
  66.     Top = 6
  67.     Width = 25
  68.     Height = 25
  69.     Hint = 'Divide'
  70.     Caption = '/'
  71.     ParentShowHint = False
  72.     ShowHint = True
  73.     TabOrder = 3
  74.     TabStop = False
  75.     OnClick = ButtonClick
  76.     OnMouseUp = ButtonUp
  77.   end
  78.   object B_7: TButton
  79.     Tag = 55
  80.     Left = 6
  81.     Top = 32
  82.     Width = 25
  83.     Height = 25
  84.     Caption = '7'
  85.     TabOrder = 4
  86.     TabStop = False
  87.     OnClick = ButtonClick
  88.     OnMouseUp = ButtonUp
  89.   end
  90.   object B_8: TButton
  91.     Tag = 56
  92.     Left = 32
  93.     Top = 32
  94.     Width = 25
  95.     Height = 25
  96.     Caption = '8'
  97.     TabOrder = 5
  98.     TabStop = False
  99.     OnClick = ButtonClick
  100.     OnMouseUp = ButtonUp
  101.   end
  102.   object B_9: TButton
  103.     Tag = 57
  104.     Left = 58
  105.     Top = 32
  106.     Width = 25
  107.     Height = 25
  108.     Caption = '9'
  109.     TabOrder = 6
  110.     TabStop = False
  111.     OnClick = ButtonClick
  112.     OnMouseUp = ButtonUp
  113.   end
  114.   object B_Mult: TButton
  115.     Tag = 42
  116.     Left = 84
  117.     Top = 32
  118.     Width = 25
  119.     Height = 25
  120.     Hint = 'Multiply'
  121.     Caption = '*'
  122.     ParentShowHint = False
  123.     ShowHint = True
  124.     TabOrder = 7
  125.     TabStop = False
  126.     OnClick = ButtonClick
  127.     OnMouseUp = ButtonUp
  128.   end
  129.   object B_4: TButton
  130.     Tag = 52
  131.     Left = 6
  132.     Top = 58
  133.     Width = 25
  134.     Height = 25
  135.     Caption = '4'
  136.     TabOrder = 8
  137.     TabStop = False
  138.     OnClick = ButtonClick
  139.     OnMouseUp = ButtonUp
  140.   end
  141.   object B_5: TButton
  142.     Tag = 53
  143.     Left = 32
  144.     Top = 58
  145.     Width = 25
  146.     Height = 25
  147.     Caption = '5'
  148.     TabOrder = 9
  149.     TabStop = False
  150.     OnClick = ButtonClick
  151.     OnMouseUp = ButtonUp
  152.   end
  153.   object B_6: TButton
  154.     Tag = 54
  155.     Left = 58
  156.     Top = 58
  157.     Width = 25
  158.     Height = 25
  159.     Caption = '6'
  160.     TabOrder = 10
  161.     TabStop = False
  162.     OnClick = ButtonClick
  163.     OnMouseUp = ButtonUp
  164.   end
  165.   object B_Subt: TButton
  166.     Tag = 45
  167.     Left = 84
  168.     Top = 58
  169.     Width = 25
  170.     Height = 25
  171.     Hint = 'Subtract'
  172.     Caption = '-'
  173.     ParentShowHint = False
  174.     ShowHint = True
  175.     TabOrder = 11
  176.     TabStop = False
  177.     OnClick = ButtonClick
  178.     OnMouseUp = ButtonUp
  179.   end
  180.   object B_1: TButton
  181.     Tag = 49
  182.     Left = 6
  183.     Top = 84
  184.     Width = 25
  185.     Height = 25
  186.     Caption = '1'
  187.     TabOrder = 12
  188.     TabStop = False
  189.     OnClick = ButtonClick
  190.     OnMouseUp = ButtonUp
  191.   end
  192.   object B_2: TButton
  193.     Tag = 50
  194.     Left = 32
  195.     Top = 84
  196.     Width = 25
  197.     Height = 25
  198.     Caption = '2'
  199.     TabOrder = 13
  200.     TabStop = False
  201.     OnClick = ButtonClick
  202.     OnMouseUp = ButtonUp
  203.   end
  204.   object B_3: TButton
  205.     Tag = 51
  206.     Left = 58
  207.     Top = 84
  208.     Width = 25
  209.     Height = 25
  210.     Caption = '3'
  211.     TabOrder = 14
  212.     TabStop = False
  213.     OnClick = ButtonClick
  214.     OnMouseUp = ButtonUp
  215.   end
  216.   object B_Plus: TButton
  217.     Tag = 43
  218.     Left = 84
  219.     Top = 84
  220.     Width = 25
  221.     Height = 25
  222.     Hint = 'Add'
  223.     Caption = '+'
  224.     ParentShowHint = False
  225.     ShowHint = True
  226.     TabOrder = 15
  227.     TabStop = False
  228.     OnClick = ButtonClick
  229.     OnMouseUp = ButtonUp
  230.   end
  231.   object B_Dot: TButton
  232.     Tag = 46
  233.     Left = 6
  234.     Top = 110
  235.     Width = 25
  236.     Height = 25
  237.     Hint = 'Decimal Point'
  238.     Caption = '.'
  239.     ParentShowHint = False
  240.     ShowHint = True
  241.     TabOrder = 16
  242.     TabStop = False
  243.     OnClick = ButtonClick
  244.     OnMouseUp = ButtonUp
  245.   end
  246.   object B_0: TButton
  247.     Tag = 48
  248.     Left = 32
  249.     Top = 110
  250.     Width = 25
  251.     Height = 25
  252.     Caption = '0'
  253.     TabOrder = 17
  254.     TabStop = False
  255.     OnClick = ButtonClick
  256.     OnMouseUp = ButtonUp
  257.   end
  258.   object B_Perc: TButton
  259.     Tag = 37
  260.     Left = 58
  261.     Top = 110
  262.     Width = 25
  263.     Height = 25
  264.     Hint = 'Percent'
  265.     Caption = '%'
  266.     ParentShowHint = False
  267.     ShowHint = True
  268.     TabOrder = 18
  269.     TabStop = False
  270.     OnClick = ButtonClick
  271.     OnMouseUp = ButtonUp
  272.   end
  273.   object B_Equ: TButton
  274.     Tag = 61
  275.     Left = 84
  276.     Top = 110
  277.     Width = 25
  278.     Height = 25
  279.     Hint = 'Equals'
  280.     Caption = '='
  281.     ParentShowHint = False
  282.     ShowHint = True
  283.     TabOrder = 19
  284.     TabStop = False
  285.     OnClick = ButtonClick
  286.     OnMouseUp = ButtonUp
  287.   end
  288.   object B_OK: TBitBtn
  289.     Left = 21
  290.     Top = 143
  291.     Width = 33
  292.     Height = 27
  293.     Hint = 'Close and Update the edit field'
  294.     Default = True
  295.     ModalResult = 1
  296.     ParentShowHint = False
  297.     ShowHint = True
  298.     TabOrder = 20
  299.     Glyph.Data = {
  300.       BE060000424DBE06000000000000360400002800000024000000120000000100
  301.       0800000000008802000000000000000000000000000000000000000000000000
  302.       80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  303.       A600000000000000000000000000000000000000000000000000000000000000
  304.       0000000000000000000000000000000000000000000000000000000000000000
  305.       0000000000000000000000000000000000000000000000000000000000000000
  306.       0000000000000000000000000000000000000000000000000000000000000000
  307.       0000000000000000000000000000000000000000000000000000000000000000
  308.       0000000000000000000000000000000000000000000000000000000000000000
  309.       0000000000000000000000000000000000000000000000000000000000000000
  310.       0000000000000000000000000000000000000000000000000000000000000000
  311.       0000000000000000000000000000000000000000000000000000000000000000
  312.       0000000000000000000000000000000000000000000000000000000000000000
  313.       0000000000000000000000000000000000000000000000000000000000000000
  314.       0000000000000000000000000000000000000000000000000000000000000000
  315.       0000000000000000000000000000000000000000000000000000000000000000
  316.       0000000000000000000000000000000000000000000000000000000000000000
  317.       0000000000000000000000000000000000000000000000000000000000000000
  318.       0000000000000000000000000000000000000000000000000000000000000000
  319.       0000000000000000000000000000000000000000000000000000000000000000
  320.       0000000000000000000000000000000000000000000000000000000000000000
  321.       0000000000000000000000000000000000000000000000000000000000000000
  322.       0000000000000000000000000000000000000000000000000000000000000000
  323.       0000000000000000000000000000000000000000000000000000000000000000
  324.       0000000000000000000000000000000000000000000000000000000000000000
  325.       0000000000000000000000000000000000000000000000000000000000000000
  326.       0000000000000000000000000000000000000000000000000000000000000000
  327.       0000000000000000000000000000000000000000000000000000000000000000
  328.       0000000000000000000000000000000000000000000000000000000000000000
  329.       0000000000000000000000000000000000000000000000000000000000000000
  330.       0000000000000000000000000000000000000000000000000000000000000000
  331.       0000000000000000000000000000000000000000000000000000000000000000
  332.       000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  333.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  334.       0303030303030303030303030303030303030303030303030303030303030303
  335.       03030303030303030303030303030303030303030303FF030303030303030303
  336.       03030303030303040403030303030303030303030303030303F8F8FF03030303
  337.       03030303030303030303040202040303030303030303030303030303F80303F8
  338.       FF030303030303030303030303040202020204030303030303030303030303F8
  339.       03030303F8FF0303030303030303030304020202020202040303030303030303
  340.       0303F8030303030303F8FF030303030303030304020202FA0202020204030303
  341.       0303030303F8FF0303F8FF030303F8FF03030303030303020202FA03FA020202
  342.       040303030303030303F8FF03F803F8FF0303F8FF03030303030303FA02FA0303
  343.       03FA0202020403030303030303F8FFF8030303F8FF0303F8FF03030303030303
  344.       FA0303030303FA0202020403030303030303F80303030303F8FF0303F8FF0303
  345.       0303030303030303030303FA0202020403030303030303030303030303F8FF03
  346.       03F8FF03030303030303030303030303FA020202040303030303030303030303
  347.       0303F8FF0303F8FF03030303030303030303030303FA02020204030303030303
  348.       03030303030303F8FF0303F8FF03030303030303030303030303FA0202020403
  349.       030303030303030303030303F8FF0303F8FF03030303030303030303030303FA
  350.       0202040303030303030303030303030303F8FF03F8FF03030303030303030303
  351.       03030303FA0202030303030303030303030303030303F8FFF803030303030303
  352.       030303030303030303FA0303030303030303030303030303030303F803030303
  353.       0303030303030303030303030303030303030303030303030303030303030303
  354.       0303}
  355.     NumGlyphs = 2
  356.   end
  357.   object B_Cancel: TBitBtn
  358.     Left = 61
  359.     Top = 143
  360.     Width = 33
  361.     Height = 27
  362.     Hint = 'Close and don'#39't Update the edit field'
  363.     Cancel = True
  364.     ModalResult = 2
  365.     ParentShowHint = False
  366.     ShowHint = True
  367.     TabOrder = 21
  368.     Glyph.Data = {
  369.       BE060000424DBE06000000000000360400002800000024000000120000000100
  370.       0800000000008802000000000000000000000000000000000000000000000000
  371.       80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  372.       A600000000000000000000000000000000000000000000000000000000000000
  373.       0000000000000000000000000000000000000000000000000000000000000000
  374.       0000000000000000000000000000000000000000000000000000000000000000
  375.       0000000000000000000000000000000000000000000000000000000000000000
  376.       0000000000000000000000000000000000000000000000000000000000000000
  377.       0000000000000000000000000000000000000000000000000000000000000000
  378.       0000000000000000000000000000000000000000000000000000000000000000
  379.       0000000000000000000000000000000000000000000000000000000000000000
  380.       0000000000000000000000000000000000000000000000000000000000000000
  381.       0000000000000000000000000000000000000000000000000000000000000000
  382.       0000000000000000000000000000000000000000000000000000000000000000
  383.       0000000000000000000000000000000000000000000000000000000000000000
  384.       0000000000000000000000000000000000000000000000000000000000000000
  385.       0000000000000000000000000000000000000000000000000000000000000000
  386.       0000000000000000000000000000000000000000000000000000000000000000
  387.       0000000000000000000000000000000000000000000000000000000000000000
  388.       0000000000000000000000000000000000000000000000000000000000000000
  389.       0000000000000000000000000000000000000000000000000000000000000000
  390.       0000000000000000000000000000000000000000000000000000000000000000
  391.       0000000000000000000000000000000000000000000000000000000000000000
  392.       0000000000000000000000000000000000000000000000000000000000000000
  393.       0000000000000000000000000000000000000000000000000000000000000000
  394.       0000000000000000000000000000000000000000000000000000000000000000
  395.       0000000000000000000000000000000000000000000000000000000000000000
  396.       0000000000000000000000000000000000000000000000000000000000000000
  397.       0000000000000000000000000000000000000000000000000000000000000000
  398.       0000000000000000000000000000000000000000000000000000000000000000
  399.       0000000000000000000000000000000000000000000000000000000000000000
  400.       0000000000000000000000000000000000000000000000000000000000000000
  401.       000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  402.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  403.       0303030303030303030303030303030303030303030303030303030303030303
  404.       0303F8F80303030303030303030303030303030303FF03030303030303030303
  405.       0303030303F90101F80303030303F9F80303030303030303F8F8FF0303030303
  406.       03FF03030303030303F9010101F8030303F90101F8030303030303F8FF03F8FF
  407.       030303FFF8F8FF030303030303F901010101F803F901010101F80303030303F8
  408.       FF0303F8FF03FFF80303F8FF030303030303F901010101F80101010101F80303
  409.       030303F8FF030303F8FFF803030303F8FF030303030303F90101010101010101
  410.       F803030303030303F8FF030303F803030303FFF80303030303030303F9010101
  411.       010101F8030303030303030303F8FF030303030303FFF8030303030303030303
  412.       030101010101F80303030303030303030303F8FF0303030303F8030303030303
  413.       0303030303F901010101F8030303030303030303030303F8FF030303F8030303
  414.       0303030303030303F90101010101F8030303030303030303030303F803030303
  415.       F8FF030303030303030303F9010101F8010101F803030303030303030303F803
  416.       03030303F8FF0303030303030303F9010101F803F9010101F803030303030303
  417.       03F8030303F8FF0303F8FF03030303030303F90101F8030303F9010101F80303
  418.       03030303F8FF0303F803F8FF0303F8FF03030303030303F9010303030303F901
  419.       0101030303030303F8FFFFF8030303F8FF0303F8FF0303030303030303030303
  420.       030303F901F903030303030303F8F80303030303F8FFFFFFF803030303030303
  421.       03030303030303030303030303030303030303030303030303F8F8F803030303
  422.       0303030303030303030303030303030303030303030303030303030303030303
  423.       0303}
  424.     NumGlyphs = 2
  425.   end
  426. end
  427.